When arguments in RUN
instructions are not sorted alphabetically, it can make the Dockerfile harder to read and maintain. However,
when arguments are sorted, it is easier to track changes in version control systems and to locate specific arguments. This applies first and foremost
to package managers, where a list of installed packages can grow over time.